home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / misc / hhelp10.zip / HHELP.INI < prev    next >
INI File  |  1994-07-10  |  3KB  |  73 lines

  1. ; Help File Configuration File - HHELP.INI
  2. ;
  3. ; All lines which begin with a semicolon (;) are treated as
  4. ; comments. Blank lines are ignored.
  5. ;
  6. ; Each section defines part of the information required by the HHELP
  7. ; program.
  8. ;
  9. ; [MenuPath] defines the path for all menus which can be selected when
  10. ; HHELP is started with no options, or when the F1 or ALT-? keys are
  11. ; pressed while HHELP is running.
  12. ;
  13.  
  14. [MenuPath]
  15. c:\hhelp
  16.  
  17. ; [GraphicPath] defines the path for graphic drawings which can be
  18. ; displayed using your graphics display program. There are many
  19. ; fine shareware display programs which can be used for displaying
  20. ; GIF, PCX, TIF, BMP and other graphics formats. See the [Viewer]
  21. ; command for more information.
  22.  
  23. [GraphicPath]
  24. c:\hhelp
  25.  
  26. ; The various help files are defined next - a title followed by
  27. ; the applicable help file. The [Category] and [Menus] commands
  28. ; are used to define the display order of the various menus.
  29. ; The help files are split into categories and menus are listed
  30. ; under each category. The selection display will be in the order
  31. ; given.
  32. ;
  33. ; Note that in the menu definitions, a tilde (~) may precede a
  34. ; selection letter. The letter will be highlighted and may be
  35. ; pressed to select that menu item. This is optional.
  36.  
  37. [Category]
  38. "Office Help"
  39.  
  40. [Menus]
  41. "~Emergency First Aid" "firstaid.hlp"
  42.  
  43. [Category]
  44. "Others"
  45.  
  46. [Menus]
  47. "~Help On Help for HHELP" "hhelp.hlp"
  48. "~Emergency First Aid" "firstaid.hlp"
  49.  
  50. ; [Viewers] defines up to 16 programs which may be used to display
  51. ; graphics images. The single character following the viewer name
  52. ; must be included as the first character in the help file hotspot.
  53. ; It is NOT part of the file name, and will be ignored, however, it
  54. ; is used to tell which viewer is to be used to display a particular
  55. ; graphic.
  56. ;
  57. ; For example, the hotspot may be $IMAGE and the actual file may be
  58. ; called IMAGE.GIF and it is to be displayed with a program called
  59. ; HVIEW.EXE. HHELP will find the file IMAGE.* by searching the specified
  60. ; GraphicsPath and will load the HVIEW.EXE program with IMAGE.GIF as
  61. ; a parameter. Hence the graphics viewer must accept the file name as
  62. ; a command line parameter. The viewer is defined as "HVIEW.EXE" "$",
  63. ; meaning that all hotspots starting with $ are the names of files
  64. ; to be displayed with HVIEW.EXE.
  65. ;
  66. ; If no path qualifier is given with the viewer, the DOS path is used.
  67.  
  68. [Viewers]
  69. "c:\hhelp\hview.exe" "$"
  70.  
  71. ; This configuration file may be placed on a network drive to allow
  72. ; immediate updates, since it is loaded each time ALT-? is pressed.
  73.